TEI7Edit
by MARTINEAU Emeric
Version 1.0
Feb - 29, 2008
this component is GPL software

DESCRIPTION
-----------
TEdit Internet Explorer 7 style.


NEW PROPERTIES:
---------------

 * BackGroundColor
   Color of control

 * HotBackGroundColor
   Color of control when mouse is in
 
 * Text
   Text who are enter
   
 * DefaultText
   Default text display when Text are empty. Disapear if user click
   
 * ActiveHotColor
   If true, HotColor display

 * FocusBackGroundColor
   Color when control have focus

 * ActiveFocusedColor 
   If true, FocusColor display

 * Font
   Font when control have no focus and not mouse over

 * HotFont
   Font when mouse is over

 * FocusedFont
   Font when control have focus

 * DefaultTextFont
   Font of default text

 * Icon 
   Icon on left or right display

 * IconPosition 
   Position of icon
 
 * TransparentIcon
   True if you want active trasparency of icon

 * TransparentColor
   Color of transparency of icon

 * BorderStyle
   Border style

 * AutoSelect 
   If true, select all text when control have focus with tab

 * AutoSize
   Adapte heigth to Font

 * Height
   if AutoSize = true, no effect

 * CharCase 
   Like TEdit
 
 * DragCursor
   Like TControl

 * Enabled 
   Enable or disable control

 * HideSelection
   hide selection when lost focus

 * ImeMode
   Like TEdit

 * ImeName
   Like TEdit

 * MaxLength 
   Maximum lenght of Text

 * OEMConvert
   Like TEdit

 * ParentColor 
   Like TWinControl

 * ParentFont
   Like TWinControl

 * PasswordChar
   Like TEdit

 * PopupMenu
   Like TEdit

 * ReadOnly
   Like TEdit

 * ShowHint
   Like TEdit

 * TabOrder
   Like TWincontrol
    
 * TabStop
   Like TWincontrol

 * OnChange
   Like TEdit

 * OnMouseEnter
   Call when mouse enter

 * OnMouseLeave
   Call when mouse leave